home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_400 / 433_01 / history.cc < prev    next >
Text File  |  1994-05-08  |  4KB  |  69 lines

  1. REVISION HISTORY FOR SVGACC.LIB - HI-RES, 256-COLOR GRAPHICS LIB FOR MS AND
  2. BORLAND C/C++
  3.  
  4. SVGACC20.ZIP was the inital release of the C version of our graphics library.
  5. However, we have had several releases of the MS QuickBASIC version. Below
  6. is the history for the QuickBASIC versions:
  7.  
  8. -----------------------------------------------------------------------------
  9. -1.0 Initial release - June, 1993.  SVGAQB10.ZIP                            -
  10. -                                                                           -
  11. -1.1 Release - August, 1993.  SVGAQB11.ZIP                                  -
  12. -    bugs fixed: GIFGETINFO - not closing successful files                  -
  13. -                DRWLINE - not always drawing endpoints                     -
  14. -                DRWBOX - drawing incorrectly when X2<X1 and/or Y2<Y1       -
  15. -    Improved:   FILLAREA - speed increase of about 150%                    -
  16. -                FILLCOLOR - speed increase of about 65%                    -
  17. -                Increased library's granularity                            -
  18. -    Additions:  BYTECOPY, PALCOPY, GETMAXX, GETMAXY, GETARCCOS, GETARCSIN, -
  19. -                GETARCTAN, GETCOS, GETSIN, GETTAN                          -
  20. -                                                                           -
  21. -1.2 Release - August, 1993.  SVGAQB12.ZIP                                  -
  22. -    bugs fixed: FILLAREA - not always making it to the far left            -
  23. -                FILLCOLOR - not always making it to the far left           -
  24. -                                                                           -
  25. -1.2a Release - September, 1993. SVGAQB12a (registered version only)         -
  26. -    bugs fixed: SPRITEPUT - had problems if spriteXloc = MAXX              -
  27. -                SPRITEGAP - had problems if spriteXloc = MAXX              -
  28. -                                                                           -
  29. -2.0 Release - March, 1994. SVGAQB20.ZIP                                        -
  30. -    Additions:  BLKRESIZE, BLKROTATE, BLKROTATESIZE, DRWFILBOX,            -
  31. -                DRWFILCIRCLE, DRWFILELLISPE, FILLSCREEN, FILLPAGE,         -
  32. -                GIFMAKE, PAGEDISPLAY, PAGEACTIVE, RES640L, SPRITEGET,      -
  33. -                SPRITECOLLDETECT, WHICHXMS, XMSALLOCATE, XMSFREE,          -
  34. -                XMSGET, XMSPUT, XMSCOPY, XMSERROR                          -
  35. -                                                                           -
  36. -----------------------------------------------------------------------------
  37.  
  38. 2.0 Initial release - March, 1994. SVGACC20.ZIP
  39.  
  40. 2.0a Release - March, 1994. SVGACC20a (registered version only)
  41.     bugs fixed: res640l,res640,res800,res1024 - Some VESA BIOSs were not
  42.             preserving the processor SI & DI registers after a video
  43.             mode change.
  44.  
  45. 2.0b Release - April, 1994. SVGACC20b (registered version only)
  46.     bugs fixed: drwfillcircle - not clipping properly
  47.             drwfillellipse - not clipping properly
  48.     Improved:   drwbox - speed increase of about 102%
  49.             drwcircle - speed increase of about 33%
  50.             drwellipse - speed increase of about 44%
  51.             drwline - speed increase of about 42%
  52.             drwfillbox - speed increase of about 317%
  53.             drwfillcircle - speed increase of about 248%
  54.             drwfillellipse - speed increase of about 190%
  55.  
  56. 2.1 Release - May, 1994. SVGACC21.ZIP
  57.     Bugs Fixed: setcard - setup needed for pagedisplay was not completed.
  58.     Improved:   drwbox - speed increase of about 8%
  59.             drwline - speed increase of about 42%
  60.             drwfillbox - speed increase of about 97%
  61.             drwfillcircle - speed increase of about 88%
  62.             drwfillellipse - speed increase of about 80%
  63.             fillview - speed increase of about 62%
  64.     Additions:  res1280, fillconvexpoly
  65.  
  66.  
  67.                 
  68.  
  69.